c# .net using url

46

c# .net using url -

using (var client = new WebClient())
{
    client.DownloadFile("http://example.com/file/song/a.mpeg", "a.mpeg");
}

Comments

Submit
0 Comments